(Character Sets): State clearly that FROM and TO
authorKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 02:50:33 +0000 (02:50 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 02:50:33 +0000 (02:50 +0000)
are codepoints of CHARSET.

doc/lispref/nonascii.texi

index 9f8df7c77f226a895a4fd5099f5108bc98e5eb34..c340cb582f0813c34dc1519e3e291368c7e8e497 100644 (file)
@@ -647,8 +647,9 @@ argument is the optional argument @var{arg}.
 By default, the range of codepoints passed to @var{function} includes
 all the characters in @var{charset}, but optional arguments @var{from}
 and @var{to} limit that to the range of characters between these two
-codepoints.  If either of them is @code{nil}, it defaults to the first
-or last codepoint of @var{charset}, respectively.
+codepoints of @var{charset}.  If either of them is @code{nil}, it
+defaults to the first or last codepoint of @var{charset},
+respectively.
 @end defun
 
 @node Scanning Charsets